CSharpTest.Net
AddRangeSorted(IEnumerable<KeyValuePair<TKey,TValue>>) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree<TKey,TValue> Class > AddRangeSorted Method : AddRangeSorted(IEnumerable<KeyValuePair<TKey,TValue>>) Method

items
The ordered list of items to insert

Glossary Item Box

Optimized insert of presorted key/value pairs. If the input is not presorted, please use AddRange() instead.

Syntax

Visual Basic (Declaration) 
Public Overloads Function AddRangeSorted( _
   ByVal items As IEnumerable(Of KeyValuePair(Of TKey,TValue)) _
) As Integer
C# 
public int AddRangeSorted( 
   IEnumerable<KeyValuePair<TKey,TValue>> items
)

Parameters

items
The ordered list of items to insert

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys